Interface ComplexTypeStrategyInterface

Summary

Fully Qualified Name: Laminas\Soap\Wsdl\ComplexTypeStrategy\ComplexTypeStrategyInterface

Description

Interface strategies that generate an XSD-Schema for complex data types in WSDL files.

Methods

Name Description Defined By
addComplexType() Create a complex type based on a strategy ComplexTypeStrategyInterface
setContext() Method accepts the current WSDL context file. ComplexTypeStrategyInterface

Method Details

addComplexType()

Create a complex type based on a strategy

Parameter Name Type Description
$type string

Returns: string XSD type

setContext()

Method accepts the current WSDL context file.

Parameter Name Type Description
$context \Wsdl

Returns:

Top